home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-1.iso / Files / PowerMac / PowerCFG 2.2 UR.sit / powerCFG 2.2 UR / µCinema Convert / pstring.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-10  |  444 b   |  14 lines  |  [TEXT/KAHL]

  1. /********************************************************************
  2.     µCinema Converter 1.0
  3.     module: pstring.h
  4.     April 1994
  5.     by John A. Schlack
  6.  *********************************************************************************/
  7.  
  8. #pragma once
  9.  
  10.  
  11. unsigned char * pstrcpy( unsigned char * dest, unsigned char * src );
  12. void             pstrsub( unsigned char * base, unsigned char * sub );
  13. short             memcmpi( const void * buf1, const void * buf2, long len );
  14.